home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / scbfix.zip / SCBFIX.DOC < prev   
Text File  |  1991-02-26  |  4KB  |  70 lines

  1. This README file accompanies SCANBFIX v1.00 for NetWare 386 v3.10.  The
  2. following file(s) is included for this revision:
  3.  
  4.         SCANBFIX NLM      1764 01-14-91  11:23a
  5.         PATCHMAN NLM      4174 10-29-90  12:51p   
  6.  
  7. SCANBFIX is a dynamic patch which is loaded at the file server console as a 
  8. NetWare Loadable Module.  This patch fixes a problem in NetWare 386 V3.10a.
  9. The API function call ScanBinderyObject fails to properly recognize "?" as
  10. a wild card.  The failure was related to the size of the bindery name being
  11. searched for and the number of "?" wild card characters (if greater than 12)
  12. entered in the search string.  Although those most likely to see this problem
  13. are application developers using the ScanBinderyObject call, users of
  14. applications developed with this call may see the error message: Object could
  15. not be found.
  16.  
  17. Unlike v3.0 patches, the SERVER.EXE file is not modified by this patch.   
  18. SCANBFIX.NLM will patch the Operating System in memory, not on the disk. This
  19. means that SCANBFIX must be loaded each time the server is brought up for the
  20. patch to take effect.  It is recommended that the command "LOAD SCANBFIX" be 
  21. placed in the server's AUTOEXEC.NCF file to ensure that the patch is always 
  22. in effect when the server is brought up.   
  23.    
  24. Since it is a NetWare Loadable Module, SCANBFIX can be loaded and unloaded  
  25. without having to bring the server down.  Once loaded, the Operating System 
  26. is patched and ready to go.  Unloading SCANBFIX will restore the Operating  
  27. System to its original "un-patched" state.     
  28.    
  29. Like all NLM-type patches, SCANBFIX requires the Patch Manager (PATCHMAN.NLM)
  30. to be loaded before it can be loaded.  If PATCHMAN is not already loaded,  
  31. SCANBFIX will attempt to locate PATCHMAN and load it automatically if found. 
  32.  
  33. PATCHMAN only needs to be loaded once and then all NLM patches can be loaded.
  34. PATCHMAN cannot be unloaded until all patches that rely on it are first  
  35. unloaded.  Typing "PATCHES" at the system command line once PATCHMAN is  
  36. loaded will display all patches currently loaded on the file server.   
  37.    
  38. To implement this patch:     
  39.      
  40. 1)    Copy PATCHMAN.NLM and the SCANBFIX.NLM to the same directory as the 
  41.       other NLM files on your system (SYS:SYSTEM is suggested).     
  42.    
  43. 2)    After the system is brought up, type LOAD PATCHMAN at the console.   
  44.   
  45. 3)    Type LOAD SCANBFIX.  A message will appear saying that the Operating
  46.       System has been successfully patched.  From this point on, all changes
  47.       are in effect until SCANBFIX is unloaded.  If an error message appears,
  48.       contact your NetWare support provider.  
  49.      
  50. NOTE: Changes made by patches are typically addressed in future releases of 
  51.       NetWare.  This patch and PATCHMAN.NLM will only operate on NetWare 386 
  52.       v3.10a.  Future versions of NetWare 386 will require a version of  
  53.       PATCHMAN specific to that release.     
  54.  
  55.  
  56. *****************************************************************************
  57.                                   DISCLAIMER 
  58.  
  59.      Novell, Inc. makes no representations or warranties with respect to this
  60. software patch, and specifically disclaims any express or implied warranties
  61. of merchantability, title, or fitness for a particular purpose. 
  62.      Novell's intentions for this software patch is to provide a temporary
  63. work-around to the anomalies described in this file.  Such work-arounds are
  64. typically addressed in future releases of NetWare. 
  65.      Novell will not be responsible for any data loss that may result from
  66. implementing this patch.  Novell strongly recommends a backup be made before
  67. any patch is applied.   Technical support for this patch is provided at the
  68. discretion of Novell. 
  69. *****************************************************************************
  70.